home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 February / EnigmA AMIGA RUN 34 (1999)(G.R. Edizioni)(IT)[!][issue 1999-02].iso / earcd / devel / wild / support / wilf / firsttry / inlinefuncdemo.c < prev    next >
C/C++ Source or Header  |  1999-01-01  |  112b  |  17 lines

  1.  
  2. // not works !
  3.  
  4. void main()
  5. {
  6.  int a,b;
  7.  b=1;
  8.  
  9.  a={if (b&1)
  10.      return(0);
  11.     else
  12.      return(1);
  13.    }
  14.  
  15. }
  16.  
  17.